(0) Obligation:
Runtime Complexity TRS:
The TRS R consists of the following rules:
rev(nil) → nil
rev(.(x, y)) → ++(rev(y), .(x, nil))
car(.(x, y)) → x
cdr(.(x, y)) → y
null(nil) → true
null(.(x, y)) → false
++(nil, y) → y
++(.(x, y), z) → .(x, ++(y, z))
Rewrite Strategy: FULL
(1) DecreasingLoopProof (EQUIVALENT transformation)
The following loop(s) give(s) rise to the lower bound Ω(n1):
The rewrite sequence
rev(.(x, y)) →+ ++(rev(y), .(x, nil))
gives rise to a decreasing loop by considering the right hand sides subterm at position [0].
The pumping substitution is [y / .(x, y)].
The result substitution is [ ].
(2) BOUNDS(n^1, INF)
(3) RenamingProof (EQUIVALENT transformation)
Renamed function symbols to avoid clashes with predefined symbol.
(4) Obligation:
Runtime Complexity Relative TRS:
The TRS R consists of the following rules:
rev(nil) → nil
rev(.(x, y)) → ++(rev(y), .(x, nil))
car(.(x, y)) → x
cdr(.(x, y)) → y
null(nil) → true
null(.(x, y)) → false
++(nil, y) → y
++(.(x, y), z) → .(x, ++(y, z))
S is empty.
Rewrite Strategy: FULL
(5) TypeInferenceProof (BOTH BOUNDS(ID, ID) transformation)
Infered types.
(6) Obligation:
TRS:
Rules:
rev(nil) → nil
rev(.(x, y)) → ++(rev(y), .(x, nil))
car(.(x, y)) → x
cdr(.(x, y)) → y
null(nil) → true
null(.(x, y)) → false
++(nil, y) → y
++(.(x, y), z) → .(x, ++(y, z))
Types:
rev :: nil:. → nil:.
nil :: nil:.
. :: car → nil:. → nil:.
++ :: nil:. → nil:. → nil:.
car :: nil:. → car
cdr :: nil:. → nil:.
null :: nil:. → true:false
true :: true:false
false :: true:false
hole_nil:.1_0 :: nil:.
hole_car2_0 :: car
hole_true:false3_0 :: true:false
gen_nil:.4_0 :: Nat → nil:.
(7) OrderProof (LOWER BOUND(ID) transformation)
Heuristically decided to analyse the following defined symbols:
rev,
++They will be analysed ascendingly in the following order:
++ < rev
(8) Obligation:
TRS:
Rules:
rev(
nil) →
nilrev(
.(
x,
y)) →
++(
rev(
y),
.(
x,
nil))
car(
.(
x,
y)) →
xcdr(
.(
x,
y)) →
ynull(
nil) →
truenull(
.(
x,
y)) →
false++(
nil,
y) →
y++(
.(
x,
y),
z) →
.(
x,
++(
y,
z))
Types:
rev :: nil:. → nil:.
nil :: nil:.
. :: car → nil:. → nil:.
++ :: nil:. → nil:. → nil:.
car :: nil:. → car
cdr :: nil:. → nil:.
null :: nil:. → true:false
true :: true:false
false :: true:false
hole_nil:.1_0 :: nil:.
hole_car2_0 :: car
hole_true:false3_0 :: true:false
gen_nil:.4_0 :: Nat → nil:.
Generator Equations:
gen_nil:.4_0(0) ⇔ nil
gen_nil:.4_0(+(x, 1)) ⇔ .(hole_car2_0, gen_nil:.4_0(x))
The following defined symbols remain to be analysed:
++, rev
They will be analysed ascendingly in the following order:
++ < rev
(9) RewriteLemmaProof (LOWER BOUND(ID) transformation)
Proved the following rewrite lemma:
++(
gen_nil:.4_0(
n6_0),
gen_nil:.4_0(
b)) →
gen_nil:.4_0(
+(
n6_0,
b)), rt ∈ Ω(1 + n6
0)
Induction Base:
++(gen_nil:.4_0(0), gen_nil:.4_0(b)) →RΩ(1)
gen_nil:.4_0(b)
Induction Step:
++(gen_nil:.4_0(+(n6_0, 1)), gen_nil:.4_0(b)) →RΩ(1)
.(hole_car2_0, ++(gen_nil:.4_0(n6_0), gen_nil:.4_0(b))) →IH
.(hole_car2_0, gen_nil:.4_0(+(b, c7_0)))
We have rt ∈ Ω(n1) and sz ∈ O(n). Thus, we have ircR ∈ Ω(n).
(10) Complex Obligation (BEST)
(11) Obligation:
TRS:
Rules:
rev(
nil) →
nilrev(
.(
x,
y)) →
++(
rev(
y),
.(
x,
nil))
car(
.(
x,
y)) →
xcdr(
.(
x,
y)) →
ynull(
nil) →
truenull(
.(
x,
y)) →
false++(
nil,
y) →
y++(
.(
x,
y),
z) →
.(
x,
++(
y,
z))
Types:
rev :: nil:. → nil:.
nil :: nil:.
. :: car → nil:. → nil:.
++ :: nil:. → nil:. → nil:.
car :: nil:. → car
cdr :: nil:. → nil:.
null :: nil:. → true:false
true :: true:false
false :: true:false
hole_nil:.1_0 :: nil:.
hole_car2_0 :: car
hole_true:false3_0 :: true:false
gen_nil:.4_0 :: Nat → nil:.
Lemmas:
++(gen_nil:.4_0(n6_0), gen_nil:.4_0(b)) → gen_nil:.4_0(+(n6_0, b)), rt ∈ Ω(1 + n60)
Generator Equations:
gen_nil:.4_0(0) ⇔ nil
gen_nil:.4_0(+(x, 1)) ⇔ .(hole_car2_0, gen_nil:.4_0(x))
The following defined symbols remain to be analysed:
rev
(12) RewriteLemmaProof (LOWER BOUND(ID) transformation)
Proved the following rewrite lemma:
rev(
gen_nil:.4_0(
n495_0)) →
gen_nil:.4_0(
n495_0), rt ∈ Ω(1 + n495
0 + n495
02)
Induction Base:
rev(gen_nil:.4_0(0)) →RΩ(1)
nil
Induction Step:
rev(gen_nil:.4_0(+(n495_0, 1))) →RΩ(1)
++(rev(gen_nil:.4_0(n495_0)), .(hole_car2_0, nil)) →IH
++(gen_nil:.4_0(c496_0), .(hole_car2_0, nil)) →LΩ(1 + n4950)
gen_nil:.4_0(+(n495_0, +(0, 1)))
We have rt ∈ Ω(n2) and sz ∈ O(n). Thus, we have ircR ∈ Ω(n2).
(13) Complex Obligation (BEST)
(14) Obligation:
TRS:
Rules:
rev(
nil) →
nilrev(
.(
x,
y)) →
++(
rev(
y),
.(
x,
nil))
car(
.(
x,
y)) →
xcdr(
.(
x,
y)) →
ynull(
nil) →
truenull(
.(
x,
y)) →
false++(
nil,
y) →
y++(
.(
x,
y),
z) →
.(
x,
++(
y,
z))
Types:
rev :: nil:. → nil:.
nil :: nil:.
. :: car → nil:. → nil:.
++ :: nil:. → nil:. → nil:.
car :: nil:. → car
cdr :: nil:. → nil:.
null :: nil:. → true:false
true :: true:false
false :: true:false
hole_nil:.1_0 :: nil:.
hole_car2_0 :: car
hole_true:false3_0 :: true:false
gen_nil:.4_0 :: Nat → nil:.
Lemmas:
++(gen_nil:.4_0(n6_0), gen_nil:.4_0(b)) → gen_nil:.4_0(+(n6_0, b)), rt ∈ Ω(1 + n60)
rev(gen_nil:.4_0(n495_0)) → gen_nil:.4_0(n495_0), rt ∈ Ω(1 + n4950 + n49502)
Generator Equations:
gen_nil:.4_0(0) ⇔ nil
gen_nil:.4_0(+(x, 1)) ⇔ .(hole_car2_0, gen_nil:.4_0(x))
No more defined symbols left to analyse.
(15) LowerBoundsProof (EQUIVALENT transformation)
The lowerbound Ω(n2) was proven with the following lemma:
rev(gen_nil:.4_0(n495_0)) → gen_nil:.4_0(n495_0), rt ∈ Ω(1 + n4950 + n49502)
(16) BOUNDS(n^2, INF)
(17) Obligation:
TRS:
Rules:
rev(
nil) →
nilrev(
.(
x,
y)) →
++(
rev(
y),
.(
x,
nil))
car(
.(
x,
y)) →
xcdr(
.(
x,
y)) →
ynull(
nil) →
truenull(
.(
x,
y)) →
false++(
nil,
y) →
y++(
.(
x,
y),
z) →
.(
x,
++(
y,
z))
Types:
rev :: nil:. → nil:.
nil :: nil:.
. :: car → nil:. → nil:.
++ :: nil:. → nil:. → nil:.
car :: nil:. → car
cdr :: nil:. → nil:.
null :: nil:. → true:false
true :: true:false
false :: true:false
hole_nil:.1_0 :: nil:.
hole_car2_0 :: car
hole_true:false3_0 :: true:false
gen_nil:.4_0 :: Nat → nil:.
Lemmas:
++(gen_nil:.4_0(n6_0), gen_nil:.4_0(b)) → gen_nil:.4_0(+(n6_0, b)), rt ∈ Ω(1 + n60)
rev(gen_nil:.4_0(n495_0)) → gen_nil:.4_0(n495_0), rt ∈ Ω(1 + n4950 + n49502)
Generator Equations:
gen_nil:.4_0(0) ⇔ nil
gen_nil:.4_0(+(x, 1)) ⇔ .(hole_car2_0, gen_nil:.4_0(x))
No more defined symbols left to analyse.
(18) LowerBoundsProof (EQUIVALENT transformation)
The lowerbound Ω(n2) was proven with the following lemma:
rev(gen_nil:.4_0(n495_0)) → gen_nil:.4_0(n495_0), rt ∈ Ω(1 + n4950 + n49502)
(19) BOUNDS(n^2, INF)
(20) Obligation:
TRS:
Rules:
rev(
nil) →
nilrev(
.(
x,
y)) →
++(
rev(
y),
.(
x,
nil))
car(
.(
x,
y)) →
xcdr(
.(
x,
y)) →
ynull(
nil) →
truenull(
.(
x,
y)) →
false++(
nil,
y) →
y++(
.(
x,
y),
z) →
.(
x,
++(
y,
z))
Types:
rev :: nil:. → nil:.
nil :: nil:.
. :: car → nil:. → nil:.
++ :: nil:. → nil:. → nil:.
car :: nil:. → car
cdr :: nil:. → nil:.
null :: nil:. → true:false
true :: true:false
false :: true:false
hole_nil:.1_0 :: nil:.
hole_car2_0 :: car
hole_true:false3_0 :: true:false
gen_nil:.4_0 :: Nat → nil:.
Lemmas:
++(gen_nil:.4_0(n6_0), gen_nil:.4_0(b)) → gen_nil:.4_0(+(n6_0, b)), rt ∈ Ω(1 + n60)
Generator Equations:
gen_nil:.4_0(0) ⇔ nil
gen_nil:.4_0(+(x, 1)) ⇔ .(hole_car2_0, gen_nil:.4_0(x))
No more defined symbols left to analyse.
(21) LowerBoundsProof (EQUIVALENT transformation)
The lowerbound Ω(n1) was proven with the following lemma:
++(gen_nil:.4_0(n6_0), gen_nil:.4_0(b)) → gen_nil:.4_0(+(n6_0, b)), rt ∈ Ω(1 + n60)
(22) BOUNDS(n^1, INF)